Skip to main content

Get Transitions

AutomatR.Jira.Activities.GetTransitions

The "Get Transitions" activity in AutomatR's Jira package allows you to retrieve detailed information about possible transitions for a given Jira issue. This activity is useful for obtaining a list of available transitions that can be performed on a specific issue, facilitating workflow automation in Jira.

Properties

NameDescription
Input
Ticket IDEnter the Jira issue's ID for which transition details are required. String variables containing the issue's ID.
Ticket KeyEnter the Jira issue's key for which transition details are required. String variables containing the issue's key.
Misc
Display NameThe display name of the activity. This field supports only strings or String variables.
Optional
DelaySpecifies the amount of time (in seconds) to wait before executing the "Get Transitions" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1.
Output
ResultOutputs all possible transitions for the provided Jira issue. Variables of dynamic type to store the transition details.

How to use:

  1. Drag and drop the "Get Transitions" activity onto the workflow.
  2. Optionally, configure the delay.
  3. Provide either the Jira issue's ID or key.
  4. Execute the workflow to retrieve details about possible transitions for the specified Jira issue.

Example: Consider an example where the "Get Transitions" activity is used to obtain a list of possible transitions for a Jira issue with the key "ABC-123":

Get Transitions:
Ticket Key: "ABC-123"
Result: availableTransitions

In this example, the activity fetches all possible transitions for the Jira issue with the key "ABC-123". The result, which includes information about available transitions, is stored in the variable "availableTransitions" for further handling in the workflow.